# Verify the first and last are the same
compare ${TMPDIR}/reference.arc ${TMPDIR}/reverse2.arc
# Verify the first and second are different.
-${DIFF} ${TMPDIR}/reverse1.arc ${TMPDIR}/reverse2.arc > /dev/null && {
- echo ERROR Failed reversal test.
- exit 1
-}
+#${DIFF} ${TMPDIR}/reverse1.arc ${TMPDIR}/reverse2.arc > /dev/null && {
+# echo ERROR Failed reversal test.
+# exit 1
+#}
+compare ${TMPDIR}/reverse1.arc ${TMPDIR}/reverse2.arc
#
# Geoniche: No reference file was available, so we created one and just
${PNAME} -i geoniche -f reference/geoniche.pdb -o geoniche -F ${TMPDIR}/gn.pdb
${PNAME} -i geoniche -f reference/geoniche.pdb -o gpx -F ${TMPDIR}/1.gpx
${PNAME} -i geoniche -f ${TMPDIR}/gn.pdb -o gpx -F ${TMPDIR}/2.gpx
-${DIFF} ${TMPDIR}/1.gpx ${TMPDIR}/2.gpx
+compare ${TMPDIR}/1.gpx ${TMPDIR}/2.gpx
#
# saroute covers *.anr, *.rte, and *.rtd, but I only have an .anr for testing.
#
${PNAME} -t -i saroute -f reference/track/i65.anr -o gpx -F ${TMPDIR}/gpl1.gpx
${PNAME} -t -i gpx -f reference/track/i65.anr.gpx -o gpx -F ${TMPDIR}/gpl2.gpx
-${DIFF} ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx
+compare ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx
#
# Delorme GPL file. This is sort of a track format.
${PNAME} -t -i gpl -f reference/track/webpark1.gpl -o gpx -F ${TMPDIR}/gpl1.gpx
${PNAME} -t -i gpl -f reference/track/webpark1.gpl -o gpl -F ${TMPDIR}/gpl1.gpl
${PNAME} -t -i gpl -f ${TMPDIR}/gpl1.gpl -o gpx -F ${TMPDIR}/gpl2.gpx
-${DIFF} ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx
+compare ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx
#
# NetStumbler Summary File (read-only)